home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 275
- Top = 251
- BorderStyle = bsNone
- Caption = 'Czech in console 1.1'
- ClientHeight = 119
- ClientWidth = 360
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 360
- Height = 119
- Align = alClient
- ParentShowHint = False
- Shape = bsFrame
- ShowHint = False
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 277
- Height = 13
- Caption = '�esk� znak, kter� chcete napsat v konsolov� aplikaci C++'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 40
- Top = 56
- Width = 200
- Height = 13
- Caption = 'Tento znak zkop�rujte do zdrojov�ho k�du'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 296
- Top = 16
- Width = 20
- Height = 24
- Cursor = crIBeam
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 1
- ParentFont = False
- TabOrder = 0
- OnChange = Edit1Change
- end
- object Edit2: TEdit
- Left = 296
- Top = 48
- Width = 20
- Height = 24
- Cursor = crIBeam
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 1
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- object CheckBox1: TCheckBox
- Left = 336
- Top = 8
- Width = 17
- Height = 17
- Cursor = crHandPoint
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object Button1: TButton
- Left = 152
- Top = 88
- Width = 49
- Height = 17
- Cursor = crHandPoint
- Caption = 'About'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = Button1Click
- end
- end
-